From 7ed7d6c6cceab2cdda8ae64ad199a60328cdea78 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sat, 17 Jan 2009 14:05:23 +0000 Subject: [PATCH] Move forward declaration of BablList to the beginning... svn path=/trunk/; revision=373 --- babl/babl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babl/babl.h b/babl/babl.h index d6fa219..e9c5339 100644 --- a/babl/babl.h +++ b/babl/babl.h @@ -30,11 +30,11 @@ #error babl.h included after babl-internal.h #endif +typedef struct _BablList BablList; + #include "babl-macros.h" #include "babl-main.h" -typedef struct _BablList BablList; - /* magic number used at the start of all babl objects, used to do * differentiation in polymorphic functions. (as well as manual * type check assertions). -- 2.30.2